home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / rs6000.h < prev    next >
C/C++ Source or Header  |  1994-02-14  |  511b  |  24 lines

  1. /* This file is *really* for an RS6000 running AIX... */
  2.  
  3. #include <stddef.h>
  4. #include <fcntl.h>
  5. #include <errno.h>
  6. #include <stdio.h>
  7. #include <sys/types.h>
  8. #include <sys/stat.h>
  9. #include <ctype.h>
  10. #include <string.h>
  11. #include <sys/file.h>
  12. #include <stdlib.h>        /* for malloc() */
  13.  
  14. /* Defining this variable turns on AIX core file and archive support.  */
  15. #define HOST_AIX
  16.  
  17. #ifndef    O_ACCMODE
  18. #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  19. #endif
  20. #define SEEK_SET 0
  21. #define SEEK_CUR 1
  22.  
  23. #include "fopen-same.h"
  24.